Update hold reason
Partially updates a HoldReason specified by an id path parameter. Per-field constraints
differ between system and user-defined reasons — see each property’s description below.
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
reason_id
Body
Human-readable label, ≤ 255 characters. Mutable on both system and user reasons.
"QC Follow-up (revised)"
Display group name, ≤ 25 characters. Mutable on both system and user reasons.
"Hold"
Whether inventory under this hold may be relocated.
User reasons: true / false / null (null = inherit from parent).
System reasons: true or false only — null is rejected (422) because system reasons have no parent to inherit from.
false
Whether this reason is active. Mutable on both system and user reasons.
true
Display order within siblings. Mutable on both system and user reasons.
10
Merchant scope restrictions. Empty array or null = unrestricted.
User reasons: mutable. System reasons: rejected (422) — system reasons are not merchant-scoped.
Response
Hold reason updated.